Search Unix Commands/Scripts


  Help us in improving the repository. Add new commands/scripts through 'Submit Commands/Scripts ' link.





Unix Commands/Scripts for '#Du' - 4 Commands/Scripts found

 Sample 1. Report the file size of all files bigger than 2 mb and older than 30 days

find . -type f -size +4096 -atime +30 -exec du -sk '{}' ;

   Like      Feedback     find   du   -exec  find files


 Sample 2. Command to list of jdk modules

java --list-modules

   Like      Feedback     java 9  java 9 module


 Sample 3. Installing angular Redux module

npm install redux @angular-redux/store

   Like      Feedback     angular  redux


 Sample 4. Could not find module "@angular-devkit/build-angular" from

npm install --save-dev @angular-devkit/build-angular

   Like      Feedback     



Subscribe to Java News and Posts. Get latest updates and posts on Java from Buggybread.com
Enter your email address:
Delivered by FeedBurner